摘要: 使用audio元素播放mp3 更改播放为先判断未在播放状态后,才播放: 参考资料: https://stackoverflow.com/questions/36803176/how-to-prevent-the-play-request-was-interrupted-by-a-call-to-pa 阅读全文
posted @ 2019-04-02 11:13 _York 阅读(360) 评论(0) 推荐(0) 编辑
摘要: public class BaseApiController : ApiController { private HttpRequestBase _request; /// 全局Requests对象 protected HttpRequestBase Requests { get ... 阅读全文
posted @ 2019-04-02 09:59 _York 阅读(3080) 评论(0) 推荐(0) 编辑