要努力啊小汤!
当你的才华还不足以撑起你的野心时,你应该静下心学习!!!
摘要: js function provinceList() { this.length=35; this[0] = new Option("请选择省份",""); this[1] = new Option("安徽","安徽"); this[2] = new Option("北京","北京"); this[ 阅读全文
posted @ 2020-12-29 10:01 做一个有趣的妞儿 阅读(119) 评论(0) 推荐(0)
摘要: js var cityOp = new cityList(); var quOp = new quList(); function cityList() { this.length = 6; this[0] = new Option("请选择所在的地市", ""); this[1] = new Op 阅读全文
posted @ 2020-12-29 09:58 做一个有趣的妞儿 阅读(78) 评论(0) 推荐(0)