JS Send a JSON String $(document).ready(function () { var obj = { val1: "this", val2: "that" }; obj.val3 = 'these'; obj['val4'] = 'those'; ...
確定! 回上一頁