我正在网页上处理这段javascript代码:
<script src="http://shopppingcart.googlecode.com/files/simplecart.js"></script> simpleCart({ currency: "EUR", language: "greek-el", checkout: { type: "PayPal", email: "you@yours.com" } });
...但似乎它不能以这种方式工作,我找不到错误。我想将EUR
设置为默认货币。