
如测试:/home/usrname/mysite/test.php
<?php
function greeting(){
print "this page is writen in the Vi!"
echo "<br/>"
echo "another web page!"
echo "<br/>"
print "this is edited by Vim!"
echo "<br/>"
}
greeting()
?>
可以使用下列命令:
php -f /home/usrname/mysite/test.php
可以在终端下看到类似的输出:
this page is writen in the Vi!<br/>another web page!<br/>this is edited by Vim!<br/>
进入.exe文件所在的文件夹,如下图所示:2
按住键盘Shift键,鼠标在该文件夹的空白区域单击右键,系统d出如下图所示的对话框:
3
选择对话框中的“在此处打开命令窗口”,单击后调出cmd命令提示符程序,在程序中输入目标程序的名字
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)