php -S localhost:8080 -t ./
點選 http://localhost:8080/ 訪問,並且注意index.php或 index.html存在,否則會產生404錯誤代碼。
index.php
index.html
echo "trim"(" 111");
輸出
111