HTML 起手式

 <!DOCTYPE html>

<html>

<head>

<meta charset=UTF-8>

                    <meta name="viewport" content="width=device-width, initial-scale=1">

<title>                 </title>

                    <!--在 head 末端引入 js 檔案-->

                    <script type="text/javascript" src="檔案網址"></script> 

</head>

<body>

                    <!--在 body 末端引入 js 檔案-->

                    <script type="text/javascript" src="檔案網址"></script>  

</body>

</html>

最後更新日期:2020年12月01日

Comments

Popular posts from this blog

Alpha Camp 全端開發課程學習心得

在 javascript 用 regular expression 為金額加上千位數分隔符號

shop_platform - sqlalchemy.exc.TimeoutError