Peppermint oil, English name: Peppermint oil, CAS: 8006-90-4, Density: 0.9g/mLat 25 ° C (lit.), Melting point: 210 ° C, Boiling point: 215 ° C (lit.), Flash point: 196 ° F, Water solubility: In
<script>$(function () { var content = $(.refs).html(); var more = true; //限制字符个数 var hide = function () { $(.refs).each(function () { var maxheight = 120; if ($(this).text().length > maxheight) { $(this).text($(this).text().substring(0, maxheight)); $(this).html($(this).html() + '...'); more = true; $('.more').html (see more); } else { $ ('.more').hide(); } }); }; hide(); $('.more').click(function () { if (more) { $(.refs).html(content); $(this).html(收起); more = false; } else { hide(); } }); })cript>




