本帖最后由 喬治兄 于 2020-4-23 23:20 编辑
Brother rothiclofr :
那就按那表的 Entity Name 去替換所有
or try this way
This is specified in the <meta> tag: <meta charset="UTF-8">
<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<body>
<p>I will display A B C</p>
<p>I will display A B C</p>
</body>
</html>
執行後是一樣的
I will display A B C I will display A B C
|