我搜索了互联网,但找不到解决方案。如何从cmd http://localhost/test/main在linux中打开这个本地化?我怎么能打开http://google.com?
答案 0 :(得分:0)
使用命令<?php
require_once('init.php');
$command = 'GetProducts';
$prid = $_GET["pid"];
$postData = array(
'id' => '.'echo $prid;'.',
);
$adminUsername = 'admin';
$results = localAPI($command, $postData, $adminUsername);
print_r($results);
,然后使用您要打开的网址。
ex:sensible-browser
希望有所帮助。