清空div中的内容 js 2016-03-11 阅读(1462) 清空div中的内容: $("#city").empty()清空div中的内容(包括自己): $("#city").remove() Tags: >js