2017年9月18日
摘要: var numSides = 6; var numRolls = 3; var xhr = new XMLHttpRequest(); xhr.responseType = 'json'; xhr.open("POST", "http://localhost:4000/graphql"); xhr.setRequestHeader("Content-Type", "application/jso... 阅读全文
posted @ 2017-09-18 15:21 c3tc3tc3t 阅读(169) 评论(0) 推荐(0)