贼聂中文网 - 传承弘扬,中华优秀传统文化!

近反义词

厚彼薄此的近反义词

厚彼薄此:成语接龙顺接


厚彼薄此:相关造句[ 查看更多 ]


1、王爷、这就是你的不对,听说在蒙古赤峰城您千杯不醉,为何待我臣子厚彼薄此,难道蒙古人高贵?

2、对于吴杰楠呢,李骐皓和高大猛也没有厚彼薄此的意思,他们在下一刻就走过去拍了拍他的肩膀,表达了对吴杰楠的深切慰问和关怀。

// Assuming $navclassid contains the value of column ID var navclassid = 169; // Get all the a elements within li elements in the header menu var aElements = document.querySelectorAll('.allMenu.Left li a'); // Loop through each a element and check if its id matches navclassid for (var i = 0; i < aElements.length; i++) { var aElement = aElements[i]; if (aElement.id == navclassid) { aElement.classList.add('on'); break; // Exit the loop once a match is found } }