iothk 發表於 2020-9-30 16:31:11

為DZ加入Google 一按即譯

請尊重智慧產權,轉載包括原著資訊,感謝合作及使用
原著 : Internet of Talking講聯網

修正參照: https://www.w3schools.com/howto/howto_google_translate.asp
./template/default/common/ 下的文件
header.htm

<body>
下面加入
<div id="google_translate_element"></div>

<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'zh-tw'}, 'google_translate_element');
}
</script>

<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>



chieh12 發表於 2021-4-12 19:11:46

本文章最後由 chieh12 於 2021-4-12 07:46 PM 編輯

版大我的找不到
[*]<body>

我的版本是3.4

iothk 發表於 2021-5-4 21:55:04

chieh12 發表於 2021-4-12 07:11 PM
版大我的找不到
[*]



找<body

zkyg1 發表於 2023-5-12 14:14:26

很奇怪為什麼我找不到呢?
頁: [1]
檢視完整版本: 為DZ加入Google 一按即譯