js三种书写方式 三句话 2022-10-06 96 阅读1分钟 Js的三种书写方式 行内式 ```js ``` 内嵌式 ```js alert('hello world') ``` 外链式 ```js