javascript:trim( )



function trim(stringToTrim)
{
 return stringToTrim.replace(/^\s+|\s+$/g,"");
}

留言

這個網誌中的熱門文章

名言-神劍闖江湖

[EXCEL] Excel表格公式