把PHP中的Array透過json_encode()轉換成Json格式輸出到HTML input value中如下: <input name="example" value="<?php echo json_encode($json) ?>">.
確定! 回上一頁