超人例子標(biāo)簽的restrict設(shè)置看不懂
請(qǐng)問在superman的restrict那里為什么是‘AE'???還有下面那些strength、speed、light不用設(shè)置restrict的類型??為什么這樣用的時(shí)候superman就當(dāng)做一個(gè)element標(biāo)簽,speed、light那些就當(dāng)做attr標(biāo)簽??
請(qǐng)問在superman的restrict那里為什么是‘AE'???還有下面那些strength、speed、light不用設(shè)置restrict的類型??為什么這樣用的時(shí)候superman就當(dāng)做一個(gè)element標(biāo)簽,speed、light那些就當(dāng)做attr標(biāo)簽??
2016-04-24
舉報(bào)
2016-05-09
restrict=’AE‘ ? ?一個(gè)是元素,一個(gè)是屬性,老師前面的例子有全寫的 AECM ?
比如:<superman strength>動(dòng)感超人...力量</superman> ?
superman 是元素名 ?strength 是屬性
strength、speed、light沒寫?restrict 我覺得是繼承了 父指令的屬性, ?require:'^superman', 不用寫
2022-03-25
(hobby[i].type==quot;checkboxquot;寫這句有必要嗎?因為在session_start()或者header()之前不能有任何輸出,你echo之后會(huì)報(bào)警告,所以驗(yàn)證碼顯示不出來了,
2016-06-23
默認(rèn)restrict是A。就是屬性
2016-04-24
忘記了attr是默認(rèn)的了= =,第一次看到restrict=’AE‘這種寫法。。