cblx
<script type="text/javascript">
$(function(){
$("#myform").submit(function(){
text = $("#menu").val();
text = text.replace(/\r/g," ");
text = text.replace(/\n/g,"\n");
$("#menu").val(text);
//alert($("#menu").text());
});

});
</script>

  

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-01-10
  • 2021-06-28
  • 2021-07-19
  • 2021-06-23
  • 2021-09-06
  • 2021-09-01
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-28
  • 2022-02-09
  • 2021-08-28
  • 2021-11-21
相关资源
相似解决方案