标签: assembly printing format nasm
我们说我有一个数字Response.Redirect("~/AnotherPage.aspx")的字符串。 我必须将它分成两个字符串S: 1, 9, 3, 8, 5, 9和S1: 1, 3, 5,这样它们中的一个包含S中偶数位置的元素,另一个包含S中奇数位置的元素。这应该使用条件来完成跳过并比较说明,但我无法解决。
Response.Redirect("~/AnotherPage.aspx")
S: 1, 9, 3, 8, 5, 9
S1: 1, 3, 5