dpxw7293 2010-09-30 09:12
浏览 52
已采纳

如何在Mootools中通过AJAX发送的数据中转义“+”?

I was building a simple web based calculator which takes equations from a HTML form, evaluates it on the server using PHP and sends the result back.

I am using Mootools to send the data via the req.send AJAX operation.

But, each time I have a '+' in an equation, it is not seen on the POST data the server gets.

Any ideas why this is happening and how I can work around it?

eg:

10 + 12 in HTML form is seen as 10 12 in the $_POST data.

The Mootools send command I am using is something like this with

<textarea name="equationTextArea">10+12</textarea>

req.send("eqn="+$('equationTextArea').value);

Upon submit, I see $_REQUEST['eqn'] as 10 12.

  • 写回答

3条回答 默认 最新

  • duanfan1965 2010-09-30 09:15
    关注

    Try using the function encodeURIComponent over your text value. It, well.. uri encodes your text.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥50 ZYNQ7020双核FLAHS烧写的问题
  • ¥20 ue 5 中想要实现第一人称人物左右行走摆动的效果,摄像头只向右摆动一次(关键词-结点)
  • ¥15 钢岔管添加弹性约束模拟围岩作用
  • ¥15 AD9164瞬时带宽1.8G,怎么计算出来?
  • ¥20 为什么安装CSiBridge时出现了这个问题,尝试了很多方法都不行,求详细操作步骤?
  • ¥15 鼠标右键,撤销删除 复制 移动,要怎样删除
  • ¥15 使用MATLAB进行余弦相似度计算加速
  • ¥15 服务器安装php5.6版本
  • ¥15 我想用51单片机和数码管做一个从0开始的计数表 我写了一串代码 但是放到单片机里面数码管只闪烁一下然后熄灭
  • ¥20 系统工程中,状态空间模型中状态方程的应用。请猛男来完整讲一下下面所有问题