在 Dojo 的 bind 函數中包含 dojo
清單
IframeProxyUrl: http://externalDomain/myhtml
url:http://externalDomain/path/myservlet
content:
{
To:toVal
messageText
}
load: showSucessMessage
error: showErrorMessage
method:
mimetype:
});
IframeProxyUrl 是外部域上 HTML 文件的位置
externalDomain 域上的 HTML 文件 myhtml
清單
/*
Return true if you want to allow cross domain interaction
else return false
*/
}
結束語
在本文中
不同的團隊可以分別開發項目的各個獨立部分
顯著降低測試和接受代碼所需的工作量
可以根據業務需求進行靈活的定制
[
From:http://tw.wingwit.com/Article/program/net/201311/14688.html