我试图将字符串分配给这样的变量
$start "<?xml version="1.0" encoding="utf-8"?>"
它给我错误PHP Parse错误:语法错误,意外T_DNUMBER
我认为它是因为我插入"之间也是?如何解决这个问题?
php
php ×1