uint n = _seconds; while (n > 0u) { // TODO };
var a = 0U; // a is unsigned int
与…一样
var a = (uint)0; // a is unsigned int
检查this