摘要:
1.内部标签 1 <script> 2 alert('hello world!') 3 .... 4 </script> 2.外部引入 xxx.js alert('hello world!') xxx.html <script src="js/xxx.js"></script> 测试代码 html代 阅读全文
posted @ 2021-04-22 19:07
cengxuyuan
阅读(184)
评论(0)
推荐(0)
摘要:
1.概述 # JavaScript是一门世界最流行的脚本语言 # Java与JavaScript并没有直接关系,只是命名上有点相似,本质上是两种完全不同的语言 # JavaScript被设计出来仅仅花了10天 一个合格的后端人员,必须要精通JavaScript 2.历史 地址: https://ww 阅读全文
posted @ 2021-04-22 18:43
cengxuyuan
阅读(186)
评论(0)
推荐(0)
摘要:
游戏开始界面 1 package com.kuang.snake; 2 3 import javax.swing.*; 4 5 public class StartGame { 6 public static void main(String[] args) { 7 JFrame frame=new 阅读全文
posted @ 2021-04-22 18:22
cengxuyuan
阅读(81)
评论(0)
推荐(0)

浙公网安备 33010602011771号