的作品我有這樣的代碼: // Run on page load
window.onload = function() {
// If values are not blank, restore them to the fields
var personal_number = sessionStorage.getItem('personal_number');
if
我是JavaScript新手,我只是想了解爲什麼'z'回到未定義狀態。 var z = functionWithParameters(4, 3);
function functionWithParameters(x, y) {
if (typeof z !== 'undefined') {
document.getElementById("functionWit
我在jq上遇到了問題!我試圖通過它的名字檢查複選框(它的數組)!所以一切都很好,直到我用if語句!在if語句中它的undefined!請看這裏: $('#editSub').click(function(){
var $nameGiven=$('#editPlz').attr('name');
//here I got the values !
var values = new Array(