JavaScript简易猜数字
摘要:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Insert title here</title> <script type="text/javascript"> //得到1-10的随机数 var x = parseInt(Ma 阅读全文
posted @ 2020-04-30 16:19 宗策 阅读(337) 评论(0) 推荐(0) 编辑