{{cachePos.posName}}
{%
if ( cachePos.reqDegree !== '初中及以下' && cachePos.reqDegree !== '不限' ){
%}{{cachePos.reqDegree}}{%
} else if ( cachePos.reqDegree === '初中及以下' ){
%}初中及以下{%
} else{
%}學歷不限{%
}
if ( cachePos.reqWorkYear !== -100 ) {
if( cachePos.reqWorkYear === -1 ){
%}|在讀學生{%
}else if( cachePos.reqWorkYear === 0 ){
%}|畢業生{%
}else{
%}|{{cachePos.reqWorkYear}}年經驗{%
}
} else{
%}|經驗不限{%
}
%}
{%
if ( cachePos.salary === 0 || formatedSalary(cachePos.salary,cachePos.highSalary) === "不公開" ) {
%}{%
}
else{
%} {{formatedSalary(cachePos.salary,cachePos.highSalary)}}
{%
}
%} {%
var n = 0, m = 0;
var cacheLocation = [];
var cacheLocationArray = cachePos.jobLocation.split(';');
for ( m = cacheLocationArray.length ; n < m ; n++ ) {
if (cacheLocationArray[n].length) cacheLocation.push(cacheLocationArray[n]);
}
n = 0 , m = cacheLocation.length;
for ( ; n < m ; n++ ) {
var echoLocation = cacheLocation[n];
if ( echoLocation && echoLocation.length ){
%}{{echoLocation}}{%
}
if ( n !== m-1 ) {
%}/{%
}
}
%}