摘要:
//在javascript中null表示“什么都没有” ,是一个特殊的类型,表示一个空对象引用; var person = null; //值为null(空),但类型为对象 console.log(person); //null console.log(typeof person); //object//在javascript中, undefined是一个没有... 阅读全文
摘要:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.or 阅读全文