Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
提琴手只能捕获 https 发布请求/响应吗?因为我使用的是 Windows Azure PS,所以我想忽略 HTTP GET 方法。我可以用提琴手做到这一点吗?
我需要使用一些脚本,其中我发现了这个:
$data = <<<DATA MIN={$min} INVOICE={$invoice} AMOUNT={$sum} EXP_TIME={$exp_date} DESCR={$descr} DATA;
有人可以提供更多关于$somevar = <<<DATA......和
$somevar = <<<DATA