iT邦幫忙

犬千賀 所有喜歡的回答 19

CSS進階選取

p:nth-of-type(-n+2), p:nth-last-of-type(-n+2){ color:#f00; }

2018-11-22 ‧ 由 jason311101 提問

[已解決]SQL新手請教,查詢特定欄位有關鍵值後,加入值怎麼寫

我的方式是這樣,避免資料是有類似ABC,導致更新錯誤... AAAAAA,BBBAAA,BBB,ABCBBB,ABCBBB,ABCD update MA set...

2018-10-30 ‧ 由 vicentli 提問

怎麼動態處理regular expression字串(PHP)

<?php $url1 = '/blog'; $url2 = '/about'; $template = '/.*?<a h...

Javascript中的array跟資料結構中的List和Array是一回事嗎?

您的問題很棒,學習程式要有追根究柢的精神,話雖如此但這些問題我也沒有細想過,今天學習了。 Google 後找到這篇,內容有提到 js 陣列底層實現。https:...

2018-10-13 ‧ 由 Nissen 提問

Jquery 判斷 data-* 的值有沒有包含

https://jsbin.com/yopipaxajo/edit?html,console,output你要的是這樣?

2018-10-17 ‧ 由 柯柯 提問