﻿function ShowLength( str ) {
	document.getElementById("inputlength").innerHTML = str.length + "文字";
}
