摘要:
前言 这一章节介绍 DOM, 使用 DOM 的目的是使的网页能够变得 dynamic,使得 pages that react, that respond, that update themselves after they've been loaded. 什么是 DOM ? 结构: 以 docum 阅读全文
摘要:
考试试题26错误总结: 逻辑关系表达式注意的点 if语句,else语句,elif语句 格式:if people>dogs:print("There are too many dogs")注意: 在条件后有冒号 在代码块前有4个空格的缩进 else,elif, 语句用于二分支和多分支的情况 阅读全文
摘要:
Getting functional function的特点 如何定义一个function function addscore(score,score){body;} The function does all the work of instantiating the variable for y 阅读全文