问题标签 [steam-web-api]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - 当我在本地主机中使用此代码时它可以工作,但是当我在我的网站中使用它时它不起作用
我在本地主机中使用此代码
它有结果,可以访问蒸汽信息,图片一切,它写入文件名 76561198023220354.json 像这样
}
但是当我在我的网站上使用这个代码时,它无法访问蒸汽信息,图片所有内容和文件 76561198023220354.json 它只说
请帮帮我 :(
c# - 如何找到一个特定项目并计算它在列表中的数量
这是我当前的代码:
totalScrap 的数量是错误的,因为 Trade.OtherOfferedItems 中有很多东西(这是一个列表)。并将其乘以该物品的价值是多少废料是行不通的,因为它会乘以 Trade.OtherOfferedItems 中的物品数量(因此,如果有人添加了 3 件物品,其中一件物品为 Defindex 5000 和一件物品为 Defindex 5002 我希望 totalScrap 为 28)
steam - Steam 成就 API - 如何获得成就解锁日期?
这可以在 Steam Acheivements API 中获得成就解锁日期吗?我已经阅读了一堆文档,但没有提到这一点。
ios - JSON 调用运行时暂停功能
我希望我的保存按钮运行 JSON 调用,然后完成它的功能,但它在运行 JSON 调用时完成了该功能,因此变量初始化为nil
.
我的DeviceDetailViewController.m
php - xml 通过 php 从 children() 获取单个元素
我正在尝试通过 xml 从 Steam 获取来自用户通过 php 的归档列表。
xml=
我尝试仅列出在“1”上具有“已实现”值的元素。我在所有事情上都取得了成功,但现在我试图只获得具有已实现 1 的特殊元素——
PHP=
提前谢谢你有问题所以有空问我
php - xml获取指定元素
我正在尝试从每个 xml 和 php 这样的孩子中过滤出一个元素
xml=
php=
知道anoyne我如何搜索元素中的字符串吗?
提前谢谢,对不起,我只是一个初学者
php - xml foreach 过滤器元素
你好,我将过滤 xml 元素并显示一个具有指定标识的元素,如下所示:
这是xml文档:
但现在它显示了每一个元素。像这个例子:http: //i.stack.imgur.com/BagDu.jpg
但我希望脚本只显示这个指定的脚本,如下所示:http: //i.stack.imgur.com/X2Oph.png
任何人都可以帮助我吗?提前谢谢.. srry 我的英语不好或英语不好...
steam - Steam api 通过 1 次调用获得倍增游戏成就和架构列表
您好,我将通过 1 次呼叫从 Steam 获得一个乘法游戏成就列表,因为我需要很多时间进行多次呼叫。
通常我从用户那里获取游戏列表,然后我通过 foreach xml 文件调用每个游戏。
这需要很多时间,因为当用户有 50 个游戏时,它会从 steam 调用 50 次数据。
现在我会问我可以通过 1 个电话获得成倍的成就吗?
像这样 :
提前谢谢
参考:
xcode - How to format the description strings for attributes in steam web api?
When I use this link to grab the item schema for TF2, (http://api.steampowered.com/IEconItems_440/GetSchema/v0001/?key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&language=en), under the attributes property, there's a list of every attribute in the game for TF2.
For example this is one such attribute:
Under the "description_string"
property you can see that the string uses a format specifier, but how do implement this in xcode. %s1 in xcode isn't the correct format specifier for strings, so how do I change it?
EDIT: What I'm trying to do it basically use [NSString stringWithFormat:@"+%s1% faster taunt speed on wearer", @"25"]
. The problem is that when I NSLog this statement, the number doesn't show up and instead some weird symbols do. I want to have the statement "+25% faster taunt speed on wearer", so how do I achieve this?
html - 如何抓取一段文字并将其放在我的网站上?
我正在尝试从 Steam 的页面上获取 URL。我正在使用它来获取访问它的任何用户的图片的 URL。这是我询问用户信息时 steam 给我的代码:
我想要得到的是 url "avatar":
,但我对此有些陌生。
获得 URL 后,我希望将其<div>
与其他一些信息(例如名称等)放在一起。现在真的很感激帮助!