对如何执行PhantomJS文件感到困惑。初学者需要咨询。 [苹果系统]

时间:2018-07-27 13:48:13

标签: phantomjs

我目前正在尝试在终端中执行hello.js示例文件,但是完全无法执行。我在网上找到的示例要么要求我键入:

For the month of: January

             EXP                                  FEE

TRANSID     EXPID    PAYMENT          TRANSID    FEEID     PAYMENT
trans01     exp01    1,000.00         trans03    fee01    3,000.00
trans02     exp02    2,000.00         trans03    fee01    3,000.00
trans01     exp01    1,000.00         trans04    fee02    4,000.00
trans02     exp02    2,000.00         trans04    fee02    4,000.00
trans01     exp01    1,000.00         trans05    fee03    5,000.00
trans02     exp02    2,000.00         trans05    fee03    5,000.00

我的终端机返回

<form action="/action_page.php" method="get" target="_blank">
    Date: <input type="date" type="date" value="today"><br>
    <input type="submit" value="Submit" class="formbutton">
</form>

或者对我来说绝对文件路径是

<xsl:text>&#xA;</xsl:text>

我的终端机返回

phantomjs hello.js

我在这里做错了什么? :(

谢谢。

Screenshot

1 个答案:

答案 0 :(得分:0)

要在Phantomjs中运行文件,您需要为phantomjs提供文件的完整路径:

@NotNull
val company: Company? = null

或者您可以通过将phantomjs /usr/local/Cellar/phantomjs/2.1.1/share/phantomjs/examples/hello.js 目录复制到易于访问的位置(例如您的主目录)来使自己的生活更轻松

examples

({cp -r /usr/local/Cellar/phantomjs/2.1.1/share/phantomjs/examples ~/ 是主目录的快捷方式;您可以使用Finder到主目录的~/目录)

在终端中更改为该目录

examples

然后运行

cd ~/examples