我有这个代码来创建和更新xml文件:<?php $xmlFile = 'config.xml'; $xml = new SimpleXmlElement('<site/>'); $xml->title = 'Site Title'; ...
確定! 回上一頁