Guest User

Untitled

a guest
Feb 18th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. 梦游中~
  2.  
  3. ```
  4. 笔记整理:
  5. Js引入方法:
  6.  
  7. 外部引入:<script type="text/javascript" src="../js/text.css"></script>
  8.  
  9. 内部引入:<script> <script>
  10.  
  11.  
  12. Js代码调试方法:
  13.  
  14. alert()
  15.  
  16. prompt()
  17.  
  18. confirm()
  19.  
  20. console.log()
  21.  
  22. document.write()
  23.  
  24. ```
  25.  
  26. 距离博主醒来还有一篇!!!
Add Comment
Please, Sign In to add comment