huangshangbin

Results 2 issues of huangshangbin

why not have post request

line 290 add string getDoubleStr(double doubleValue, int saveDigit = 20) { int pos = std::to_string(doubleValue).find("."); int accuracy = pos + saveDigit; std::stringstream ss; ss