我正在使用cocos2d-js进行游戏开发。在Traceback (most recent call last):
File "<input>", line 1, in <module>
File "/Users/user/.virtualenvs/west-tests/lib/python2.7/site-packages/boto/s3/connection.py", line 621, in create_bucket
response.status, response.reason, body)
S3ResponseError: S3ResponseError: 400 Bad Request
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>IllegalLocationConstraintException</Code><Message>The unspecified location constraint is incompatible for the region specific endpoint this request was sent to.</Message><RequestId>0C0F09FBC87
的脚本中,我只想在满足某些条件时加载Var Trait Value
0 Trait1 42.26
1 Trait1 41.81
2 Trait1 41.21
0 Trait2 47.82
1 Trait2 51.44
2 Trait2 51.42
0 Trait3 10.27
1 Trait3 10.63
2 Trait3 10.14
。
示例代码如下
index.html
我尝试了下面的
main.js
但它不起作用。我不能从另一个sript中调用main.js。我能做什么 ?请帮忙。