![]() |
php相对路径要怎么写?
目标文件夹和php文件在同一文件夹下。
要在该文件夹里添加记事本。 相对路径怎么写? |
read.php中相应路径是这样的:
require_once(./order/aaa.txt); aaa.txt就是你在order目录下的记事本文件,./表示当前目录,../表示上级目录 |
| All times are GMT +8. The time now is 04:45 PM. |
Powered by vBulletin Version 3.8.7
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.