×

Loading...

function trim(str){ while(str.charAt(0)==' ') str=str.substring(1,str.length); return str; }

Report

Replies, comments and Discussions: