get
설명
문법
파라미터
항목
의미
기타
사용 예
#case 1
var domain="http://192.168.1.200:8888"
cli.get domain+"/setting/max_torque"
#case 2
var url = domain+"/joints/max_speed"
cli.query = {axis: 3}
cli.get url, 10, *timeout
# cli.get(url, 10, *timeout) also possible.Last updated
Was this helpful?