
《搶救黎明》電影中的主角最後一場台詞:
Empty what is full.
Fill what is empty.
Scratch where it itches. That's it.
人生本來就不儘是平順的一個旅程,
遇到挫敗、困境時坦然面對,即使是人性的考驗。
That's it.

var reqStr = "";
$$('select[name^="cri_"]', 'input[type~="hidden"]:not([name^="cri_"])').each(
function(ele) {
if (typeof ele.name != 'undefined' &&
typeof $(ele.name).value != 'undefined' &&
$(ele.name).value != '') {
reqStr = (reqStr.length > 0 ? reqStr + '&' : '') + ele.name + '=' + $(ele.name).value;
}
}
);