In order to change datatypes from one type to //another , we need to use type-castingint a = 5;char b = "a";float c = 7.036;. 在Javascript 中, ...
確定! 回上一頁