基本信息
个人简介
工作经历
添加工作经历
教育背景
添加教育经历
专业技能
预览
在左侧填写信息,预览将实时更新
在左侧填写信息,预览将实时更新
' + escapeHtml(resumeData.title) + "
"; const contactParts = []; if (resumeData.email) contactParts.push(escapeHtml(resumeData.email)); if (resumeData.phone) contactParts.push(escapeHtml(resumeData.phone)); if (resumeData.location) contactParts.push(escapeHtml(resumeData.location)); if (contactParts.length > 0) { htmlContent += '' + contactParts.join(" | ") + "
"; } if (resumeData.summary) { htmlContent += '' + escapeHtml(resumeData.summary) + "
" + escapeHtml(exp.description) + "
"; htmlContent += "