五行学说是中国古代哲学的重要组成部分,认为世间万物都具有金、木、水、火、土五种基本元素,并相生相克。汉字作为中华文化的载体,也蕴含着五行属性,了解汉字的五行属性有利于姓名、起名、风水等方面的应用。
五行属性:
document.addEventListener('submit', function(event) {event.preventDefault();var word = document.getElementById('word').value;var result = get五行属性(word);document.getElementById('result').innerHTML = "
五行属性:" + result + "
";});function get五行属性(word) {var pinyin = pinyin.getFullChars(word);var firstChar = pinyin.substr(0, 1);switch (firstChar) {case 'a': case 'ai': case 'ei': case 'ao': case 'ou':return "金";case 'b': case 'p': case 'm': case 'f':return "木";case 'c': case 's': case 'z': case 'sh': case 'ch':return "水";case 'd': case 't': case 'n': case 'l':return "火";case 'g': case 'k': case 'h':return "土";default:return "无法识别";}
}