代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="https://cdn.bootcss.com/jquery/1.9.1/jquery.js"></script>
<script src="./lib/handlebars.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/i18next/1.10.3/i18next.js"></script>
<title>I18n-Handlebars</title>
</head>
<body>
<label for="language" id="selectLang">请选择语言:</label>
<select id="language">
<option >中文</option>
<option >English</option>
</select>
<br/>
<label for="placeholder">请输入姓名:</label>
<input type="text" data-i18n="[placeholder]table.name" id="placeholder">
<table>
<thead>
<tr>
<th data-i18n="table.name"></th>
<th data-i18n="table.sex"></th>
<th data-i18n="table.age"></th>
<th data-i18n="title"></th>
</tr>
</thead>
<tbody id="tableList">
</tbody>
</table>
<script id="table-template" type="text/x-handlebars-template">
{{#each student}} {{#if name}}
<tr>
<td>{{name}}</td>
<td>{{sex}}</td>
<td>{{age}}</td>
<td>{{I18n key}}</td>
</tr>
{{/if}} {{/each}}
</script>
<script src="./js/main.js"></script>
<script src="./js/helper.js"></script>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。