最贊回答 / AndriodLQ
難道寫代碼一定要與他(老師)一樣的寫法嗎,布局可以有多種寫法,像布局這么簡單的東西,應該自己先想著如何去實現(xiàn),而不是照搬,ok,大兄弟
2018-03-15
最新回答 / vegaGao
<a href="javascript" class="btn" data-control="prev">上一頁</a>你的a標簽里面應該寫成href="javascript:;"
2018-03-09
最新回答 / aR_Easun
<...code...>//圖片預加載_無序加載(function($) { function PreLoad(imgs, options) { this.imgs = (typeof imgs === 'string') ? [imgs] : imgs; this.opts = $.extend({}, PreLoad.DEFAULTS, options); if(this.opts.order === 'ordered') { this._or...
2018-02-08
最新回答 / qq_零_137
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script><script src="js/preload.js"></script>
2018-01-23
已采納回答 / 霜花似雪
不清楚的你的問題、但是System.out.println("hello") 是Java代碼的輸出JavaScript的輸出是:document.write("hello")不要混淆
2017-11-23