名稱：
	is_chinese() - 檢查字串是否全是中文。
語法：
	int is_chinese(string str);
用法：
	若字串 str 中全部都是中文的話，則回傳 1，否則回傳 0。
參考：
	is_english
作者：
	Clode@RevivalWorld
