{/* `string${動態值}` es6的模板字符串表示字符串和動態值拼接 */}
<Link to={`/newscontent/
${value.aid}`}>
{value.title}
</Link>

注意`這個符號不是單引號,是Tab鍵上面那個符號`