function ShowResult(result) {
alert(result.name + " " + result.DP + " " + result.AP + " " + result.Str + " " + result.Dex + " " + result.Int);
}
代码就是这样了。欢迎大家拍砖,或者可以提出新的想法。我们一起来扩展
您可能感兴趣的文章:
function ShowResult(result) {
alert(result.name + " " + result.DP + " " + result.AP + " " + result.Str + " " + result.Dex + " " + result.Int);
}
您可能感兴趣的文章:
内容版权声明:除非注明,否则皆为本站原创文章。