English 中文(简体)
imp 说 明
原标题:What does implodeQuery mean?

I was checking the source page of facebook . I found a function which frequently used there . the line was

input_len=URI.implodeQuery(this.data).length

我可以理解“条形”的含义和“条码”的含义。

我也需要在网址上发挥同样的作用。

请帮助我! 感谢

最佳回答

URI.implode Query> 似乎将所通过物体编成单体(例如请求)。 这一职能很多,如jQuery.param()。

《Facebook》:

> URI.implodeQuery({ greeting : hello , number :2, vegetable : carrot });
"greeting=hello&number=2&vegetable=carrot"
问题回答

URI.implode Query () is not home to javascript.

这种方法在“Facebook”法典中界定了其他地方。





相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签