Warning: Undefined variable $kind in /home4/wgate/public_html/include/checkfunpdo.php on line 662

Warning: Undefined variable $vers in /home4/wgate/public_html/include/checkfunpdo.php on line 662

Warning: Undefined variable $kind in /home4/wgate/public_html/include/checkfunpdo.php on line 662

Warning: Undefined variable $vers in /home4/wgate/public_html/include/checkfunpdo.php on line 662
:::| 目前位置圖示目前位置:首頁圖示回首頁 | 主功能頁圖示相關問答
print_r(array)無法顯示在td表格內

[日期]:2026/08/19  [瀏覽人數]:46

"< td >".print_r(json_decode($jsonstr,true))."< /td>"

print_r()顯示陣列內容,會有換行或空白輸出的原始格式,可改用:print_r(array,true)


"< td >".print_r(json_decode($jsonstr,true),true)."< /td>"