This is how my javascript callout look like: keykey = context.getVariable("somecachedkey"); if(keykey) { throw "caching is working!"; } var ...
確定! 回上一頁