我从网页上获得了一些文字5,19€3,50€ 我想在“€”之后拆分此文本。因为我正在使用这个命令
runScript | javascript{var prices = storedVars['price'].split("€"); document.write(prices[0]); document.write(prices[1])};
完成后尝试此命令
getEval | alert(storedVars['prices[0]'])
答案是价格未定义。 这里有什么问题?如何从runScript命令中获取此变量?
谢谢你的帮助!
答案 0 :(得分:1)
请尝试使用storeEval
。
store | £1.99 | fullPrice
storeEval | storedVars['fullPrice'].split("£")[1] | price
echo | ${price}