我有一个问题,我想获取文本并将文本作为 PHP 执行,但是我该怎么做呢?例如,我在 .txt 文件中有此代码:
$tweetcpitems->post('statuses/update', array('status' => wordFilter("The item Blue has been released on Club Penguin.")));
$tweetcpitems->post('statuses/update', array('status' => wordFilter("The item Green has been released on Club Penguin.")));
现在的问题是我抓取了这个文本,我想将它作为 PHP 脚本执行,我该怎么做?请帮忙!