<?php //dom操作xml的步驟//例項化dom物件$dom = new DOMDocument('1.0','utf-8'); //將xml文件轉成樹模型$dom->load('bookstore.xml'); //具體的處理 ...
確定! 回上一頁