diff options
author | Li Jin <dragon-fly@qq.com> | 2020-01-28 03:11:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-28 03:11:05 +0800 |
commit | 2c944fba7009f3c4fd1b83f74d4a1099b3f3eee4 (patch) | |
tree | 1d2b295eacde2b756e5ef210c61dfb64a3cc2390 | |
parent | 9f88a3f1d9535154a5f6479f3ab8cf46cdebef2a (diff) | |
download | yuescript-2c944fba7009f3c4fd1b83f74d4a1099b3f3eee4.tar.gz yuescript-2c944fba7009f3c4fd1b83f74d4a1099b3f3eee4.tar.bz2 yuescript-2c944fba7009f3c4fd1b83f74d4a1099b3f3eee4.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ func("192.168.126.110", 3000) | |||
41 | do | 41 | do |
42 | (data) <- http.get "ajaxtest" | 42 | (data) <- http.get "ajaxtest" |
43 | body[".result"]\html data | 43 | body[".result"]\html data |
44 | (processed) <- http.get "ajaxprocess", data | 44 | (processed) <- http.post "ajaxprocess", data |
45 | body[".result"]\append processed | 45 | body[".result"]\append processed |
46 | print "done" | 46 | print "done" |
47 | ``` | 47 | ``` |