一.昨天內容回顧 a) 主流瀏覽器 new XMLHttpRequest(); b) IE瀏覽器 new ActiveXObject(“Msxml2.XMLHTTP.6.0”); 屬性:responseText/responseXML readyState onreadystatechange 方法 ...
驗證碼功能(個人理解): 個人思路:在a-z,A-Z,1-9生成n位隨機的數來構成新的驗證碼。 關於生成驗證碼的幾個小函數 a) 如: range(1,9) a) array_merge(數組1,數組2….) a) 隨機從數組中取出幾個下標返回一個數組 生成驗證碼代碼 <?php $arr1=ran ...
A new built-in function, enumerate() , will make certain loops a bit clearer. enumerate(thing) , where thing is either an iterator or a sequence, retu ...