Use JSON to transfer data types (arrays and objects) between client and server. In PHP: json_encode; json_decode. In JavaScript: JSON.stringify ...
確定! 回上一頁