摘要:
!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>同志交友</title> <style> input { width: 300px; padding: 10px; font-size: 16px; border: 阅读全文
posted @ 2018-08-09 15:01
python成长中
阅读(11348)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>严格模式</title></head><body> <script> //js存在严格格式 //开启严格模式 'use strict' var username = 阅读全文
posted @ 2018-08-09 14:59
python成长中
阅读(128)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>语句简写</title></head><body> <script> var score = 10; if (score > 100) console.log('O 阅读全文
posted @ 2018-08-09 14:58
python成长中
阅读(1748)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>异常语句</title></head><body> <script> try { console.log(username) } catch(err) { cons 阅读全文
posted @ 2018-08-09 14:57
python成长中
阅读(87)
评论(0)
推荐(0)
摘要:
九九乘法表 <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>九九乘法表</title> <style> body { color: #333; } table { width: 900px; table-layo 阅读全文
posted @ 2018-08-09 14:54
python成长中
阅读(123)
评论(0)
推荐(0)

浙公网安备 33010602011771号