Writes the value of a float variable to a string variable s. main(mapping event) { string text; float number = 2.33; int rc = sprintf(text, "%5.3f" ...
確定! 回上一頁